From f5513bcbfc95d3a09e5761196e1cb8027bd07a5a Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 6 Jan 2003 23:33:13 +0000 Subject: [PATCH] Whack stray semi. From Fouts. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@217 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/defs.h b/gpsbabel/defs.h index 338c8b332..b0aa68ec7 100644 --- a/gpsbabel/defs.h +++ b/gpsbabel/defs.h @@ -200,7 +200,7 @@ void route_init(void); void waypt_disp(const waypoint *); void fatal(const char *, ...) #if __GNUC__ - __attribute__ ((__format__ (__printf__, 1, 2))); + __attribute__ ((__format__ (__printf__, 1, 2))) #endif ; ff_vecs_t *find_vec(char *, char **); -- 2.30.2